home *** CD-ROM | disk | FTP | other *** search
/ Hot Metal Pro 4.0 / Hot Metal Pro 4.0.iso / HMPTools / ZBServer / setup.exe / ZBSERVER.INI < prev    next >
Encoding:
INI File  |  1996-04-25  |  2.5 KB  |  124 lines

  1. #zbserver.ini file
  2.  
  3. [Options]
  4.  
  5. # Use the hostname and ip sections 
  6. #    if zbserver is not able to find them
  7. #    or if you want to use an alias name
  8.  
  9. hostname=
  10. ip=
  11.  
  12. webdir=c:\zbs\html\
  13. gopherdir=c:\zbs\gopher\
  14. tempdir=c:\zbs\temp\
  15. logdir=c:\zbs\logs\
  16.  
  17. gopherport=70
  18. httpport=80
  19.  
  20. #Advanced Stuff
  21. buffsize=8888
  22. maxretry=9000
  23. pollevery=200
  24. throttle=8
  25. greedy=0
  26.  
  27. sound=1
  28. minimize=0
  29.  
  30. socketver=0
  31.  
  32. logany=1
  33. logsearchstring=0
  34. countfilehits=1
  35. security_realm=ZBSERVER SITE
  36. webdirbrowsing=1
  37. countreferer=1
  38.  
  39. view_commands=1
  40. view_connects=0
  41. view_files=0
  42. view_closing=0
  43.  
  44. #gopher_about_filename=c:\zbs\about.txt
  45. #althomepage=c:\zbs\somewhere\zbs.htm
  46.  
  47. scramble_passwords=N
  48. scramble_version=1.5
  49.  
  50. # ----------------------------
  51. #  Multi Options
  52. #
  53. # serverX=httpd, gopherd, ftpd
  54. # hostX=your.host.edu
  55. # ipX=123.123.123.123
  56. # dirX=d:\zbs\html\
  57. # logdirX=d:\zbs\logs\
  58. # portX=80
  59. # virtual_aliasX=/html, /gopher, /ftp
  60.  
  61. [Multi]
  62. server1=httpd
  63. server2=gopherd
  64. server3=ftpd
  65.  
  66.  
  67. [CGI]
  68. Timeout=180
  69. Debug_Mode=No
  70. GMT_Offset=No
  71.  
  72. #The extensions section maps dos extentions to gopher types and
  73. #to MIME types.
  74. #Format for the extensions section is
  75. # MaxX=DOS_Ext Gopher_Type Mime_Type Url_to_Icon
  76. # Shareware is limited to 25 entries
  77.  
  78. [Extensions]
  79. Folder_Icon=/gifs/smfolder.gif
  80. Map1=TXT 0 text/plain /gifs/smfile.gif
  81. Map2=ME 0 text/plain
  82. Map3=HQX 4 application/mac-binhex40
  83. Map4=EXE 5 application/octet=stream
  84. Map5=COM 5 application/octet=stream
  85. Map6=DLL 5 application/octet=stream
  86. Map7=ZIP 5 application/x-compressed
  87. Map8=BMP 5 text/plain
  88. Map9=UUE 6 text/plain
  89. Map10=TEL 8 text/plain
  90. Map11=GIF g image/gif /gifs/smpict.gif
  91. Map12=JPG I image/jpeg /gifs/smpict.gif
  92. Map13=WAV s audio/x-wave
  93. Map14=MPG ; video/mpeg
  94. Map15=MOV ; video/quicktime
  95. Map16=QT ; video/quicktime
  96. Map17=HTM h text/html
  97. Map18=INI 0 text/plain
  98. Map19=VBX 5 application/octet=stream
  99. Map20=PL 0 text/plain
  100. Map21=BAT 0 text/plain
  101. Map22=* 0 text/plain /gifs/smfile.gif
  102. Map23=| 0 text/plain /gifs/smquest.gif
  103. Map24=ZBS h text/html
  104.  
  105.  
  106. # Format for alias section is
  107. # AliasX=/URL DRIVE:DOSPATH OWNER Anywhere (. or C) (. or M) (. or D)
  108. # /URL is the web path
  109. # DRIVE:DOSPATH is a dos path like c:\zbs\cgi
  110. # OWNER is the name of a user (Shareware only allows 1 user)
  111. # Where C = Allow CGI
  112. #       M = Allow Messages
  113. #       D = Allow Directory Listings
  114. #
  115.  
  116. [Aliases]
  117. Alias1=/cgi c:\zbs\cgi Anybody Anywhere C . D
  118. Alias2=/messages c:\zbs\messages Anybody Anywhere . M D
  119. Alias3=/DRIVEC c:\ Nobody Anywhere . . D
  120.  
  121. [Users]
  122. User1=yourname yourpassword
  123.  
  124.